ConnectionEnumHybridParts Method |
Enumerates all the hybrid parts of a document. The return value is a string array of the names of all the
hybrid parts. The variant will be empty if no hybrid parts can be found.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic Object EnumHybridParts(
string vaultidentifier,
string docid
)
Public Function EnumHybridParts (
vaultidentifier As String,
docid As String
) As Object
Parameters
- vaultidentifier
- Type: SystemString
The vault - docid
- Type: SystemString
The unique identifier of the document inside the vault.
Return Value
Type:
ObjectA string array of the names of all the hybrid parts.
The variant will be empty if no hybrid parts can be found.
Remarks
See Also